IAxis.UnitConversion property

Enables or disables the unit conversion. Changing the unit affects the position and velocity. You need to update MinimumFollowingError, MaximumFollowingError in McProfileSettings and MinimumOutput, MaximumOutput in McPidSettings.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool UnitConversion { get; set; }
Property UnitConversion As Boolean

Property Value

Type: bool

Remarks

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace